[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        Move file read/write pointer (INT 21h, 42h - LSEEK)

        Entry:
           AH = 42h
           AL = method value
                  0 = offset from beginning of file
                  1 = offset from present location
                  2 = offset from end of file
           BX = file handle
           CX:DX = offset in bytes
        Return:
          CF = 1 if error
                  AX = Error Code
          CF = 0 successful
                  DX:AX = new offset

See Also: Error codes
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson